<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sf-menu, .sf-menu * {


    margin: 0;


    padding: 0;


    list-style: none


}





.sf-menu li {


    position: relative


}





.sf-menu ul {


    position: absolute;


    display: none;


    top: 100%;


    left: 0;


    z-index: 99


}





.sf-menu &gt; li {


    float: left


}





.sf-menu &gt; li &gt; a &gt; .headicon {


    height: 30px;


    margin-top: -5px;


    margin-right: 5px


}





.sf-menu li.sfHover &gt; ul, .sf-menu li:hover &gt; ul {


    display: block


}





.sf-menu .sf-with-ul a {


    display: block;


    position: relative


}





.sf-menu ul ul {


    top: 0;


    left: 100%


}





.menu ul {


    margin: 0;


    padding: 0;


    list-style: none


}





.menu ul li {


    position: relative


}





.menu ul ul {


    position: absolute;


    display: none;


    top: 100%;


    left: 0;


    z-index: 100;


    width: 175px


}





.menu &gt; ul li {


    float: left


}





.menu ul li:hover &gt; ul {


    display: block


}





.menu ul a {


    display: block;


    position: relative


}





.menu ul ul ul {


    top: 0;


    left: 100%


}





.menu ul a {


    text-decoration: none


}





.menu ul &gt; li &gt; a {


    color: #525252;


    font-weight: 400;


    font-size: 18px;


    line-height: 74px;


    padding: 10px 15px;


    overflow: hidden;


    border-bottom: 3px solid transparent;


    height:130px;


}





.menu ul &gt; li &gt; a:hover {


    color: #525252


}





#current, .menu ul li a:hover, .menu ul &gt; li:hover &gt; a {


    background-color: #ffffff;


}





#current:after {


    bottom: -2.5px;


    content: '';


    left: 50%;


    display: none;


    height: 5px;


    margin: 0 0 0 -2.5px;


    -webkit-transform: rotate(45deg);


    -moz-transform: rotate(45deg);


    -ms-transform: rotate(45deg);


    -o-transform: rotate(45deg);


    transform: rotate(45deg);


    position: absolute;


    width: 5px


}





.ie8 #current:after {


    display: none


}





.menu ul li a {


    -webkit-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;


    -moz-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;


    -o-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;


    -ms-transition: border 150ms ease-in-out, background-color 150ms ease-in-out;


    transition: border 150ms ease-in-out, background-color 150ms ease-in-out


}





.menu ul ul {


    background-color: #fff;


    z-index: 999;


    border-radius: 0 0 3px 3px;


    margin: -3px 0 0 0;


    box-shadow: 0 1px 3px rgba(0, 0, 0, .04)


}





.menu &gt; ul ul li:hover &gt; a {


    border-bottom: 0;


    background: 0 0


}





.menu ul ul li {


    margin: 0;


    padding: 0;


    width: 100%;


    height:46px;


}





.menu ul ul li a {


    height:46px;


    color: #525252;


    font-size: 13px;


    line-height: 33px;


    padding: 10px 16px !important;


    border: 0;


    -webkit-transition: all .4s ease-in-out;


    -moz-transition: all .4s ease-in-out;


    -o-transition: all .4s ease-in-out;


    -ms-transition: all .4s ease-in-out;


    transition: all .4s ease-in-out;


    text-align: center;


}





.menu ul ul li {


    /*border-top: 1px solid #414F5A*/


}





.menu ul ul li:first-child {


    border: 0


}





.menu ul ul li a:hover {


    color: #fff;


    background-color: #008BF5;


    border: 0;


    text-align: center;


    height:46px;


    line-height: 25px;


}





.menu ul ul li a:last-child:hover {


    border-radius: 0 0 3px 3px


}





.menu ul ul ul {


    border-radius: 0 3px 3px 3px;


    margin: -1px 0 0 0


}





.sf-sub-indicator {


    color: #c6c6c6;


    margin: 0;


    width: 11px;


    display: inline-block;


    font-size: 12px !important;


    line-height: 0


}





.menu ul ul .sf-sub-indicator .icon-chevron-down {


    display: none


}</pre></body></html>